'Declaration
Public Function New( _ ByVal c0() As Double, _ ByVal c1() As Double, _ ByVal exponent As Integer _ )
'Usage
Dim c0() As Double Dim c1() As Double Dim exponent As Integer Dim instance As New PdfExponentialFunction(c0, c1, exponent)
public: PdfExponentialFunction( array<double>^ c0, array<double>^ c1, int exponent )
Parameters
- c0
- An array of N numbers defining the function result when x = 0.0.
- c1
- An array of N numbers defining the function result when x = 1.0.
- exponent
- The interpolation exponent. Each input value x will return n values.